Vcenter Deployment HistoryMigrationSpec

Vcenter Deployment HistoryMigrationSpec
Vcenter Deployment HistoryMigrationSpec

The Vcenter Deployment HistoryMigrationSpec enumerated type defines how vCenter history data will be migrated. vCenter History data includes

  • Statistics
  • Events
  • Tasks

This schema was added in vSphere API 6.7.

JSON Example
{
    "data_set": "string",
    "defer_import": false
}
string
data_set
Required

Defines what part of vCenter historical data will be migrated along with core data.

For more information see: Vcenter Deployment HistoryMigrationOption.

This property was added in vSphere API 6.7.

boolean
defer_import
Optional

Defines how vCenter history will be migrated. If set to true, vCenter history will be migrated separately after successful upgrade(supported scenarios are upgrade from 6.0 or 6.5 to 6.7) or migration, otherwise it will be migrated along with core data during the upgrade or migration process. vCSA upgrade with deferred import is no longer supported for target version 7.0 and later.

This property was added in vSphere API 6.7.

If missing or null, vCenter historical data won't be deferred and will be migrated along with core data.